* notifications.el (notifications-notify): Fix docstring.
authorJulien Danjou <julien@danjou.info>
Sat, 1 Oct 2011 13:19:17 +0000 (15:19 +0200)
committerJulien Danjou <julien@danjou.info>
Sat, 1 Oct 2011 13:19:17 +0000 (15:19 +0200)
lisp/ChangeLog
lisp/notifications.el

index a4972ecca72195f8aad89f1be2b9b36846e90015..8ceb03a93c295e0f287ef37e1e42c03c43f609dd 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-01  Julien Danjou  <julien@danjou.info>
+
+       * notifications.el (notifications-notify): Fix docstring.
+
 2011-10-01  Per Starbäck  <per@starback.se>
 
        * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
index adb9fdd641a0fcce1431f2543abd0d329789abc8..42cd40df36b34a637bfd3f4d40523dfb231a281e 100644 (file)
@@ -184,7 +184,7 @@ Various PARAMS can be set:
 
 This function returns a notification id, an integer, which can be
 used to manipulate the notification item with
-`notifications-close'."
+`notifications-close-notification'."
   (let ((title (plist-get params :title))
         (body (plist-get params :body))
         (app-name (plist-get params :app-name))